Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
oracle.pgx.common.types |
This package contains enums and helper classes identifying common Green-Marl types.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
IdType |
GraphMetaData.getEdgeIdType()
Gets the edge ID type of this graph.
|
IdType |
PgxEntity.getType()
Gets the type.
|
IdType |
GraphMetaData.getVertexIdType()
Gets the vertex ID type of this graph.
|
IdType |
PgxGraph.getVertexIdType()
Gets the vertex ID type of this graph.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphMetaData.setEdgeIdType(IdType edgeIdType) |
void |
GraphMetaData.setVertexIdType(IdType vertexIdType) |
Modifier and Type | Method and Description |
---|---|
static IdType |
IdType.getTypeFor(Class<?> typeClass)
Returns the IdType based on a typeClass.
|
static IdType |
IdType.parseIdType(String input)
Parse IdType from a string value.
|
static IdType |
IdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdType[] |
IdType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IdType |
GraphConfig.getNodeKeyType()
alias for
GraphConfig.getVertexIdType() |
IdType |
AbstractPgGraphConfig.getVertexIdType() |
IdType |
TwoTablesGraphConfig.getVertexIdType()
type of the vertex id
|
abstract IdType |
GraphConfig.getVertexIdType()
Get the vertex ID type of this graph configuration
|
IdType |
FileGraphConfig.getVertexIdType()
type of the vertex ID
|
Modifier and Type | Method and Description |
---|---|
FileGraphConfigBuilder |
FileGraphConfigBuilder.setNodeIdType(IdType nodeIdType)
|
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setVertexIdType(IdType vertexIdType) |
FileGraphConfigBuilder |
FileGraphConfigBuilder.setVertexIdType(IdType vertexIdType)
Sets the vertex id type.
|
Copyright © 2015. All rights reserved.